Poker Assignment

This assignment will test your ability to use components available in Java.  You need to design a 2 hand poker dealer.  There should be a button for deal.  The result should look like:

 

Hand 1

2H AS JD 10S KC

 

Hand 2

2D 4C QD AH 2S

 

The hands must be dealt from a deck of 52 cards.  Therefore there should be no duplicate cards in the hands.  Also, each time the hands are dealt, they should come from a shuffled deck.

 

I am making no specification about how this implementation is to be achieved.  However, I will grade based on the minimum amount of code and design effort.